Learn R Programming

genomeIntervals (version 1.28.0)

genomeIntervals coercion methods: Coercion methods of the genomeIntervals package

Description

[object Object]

Usage

## S3 method for class 'Genome_intervals':
as(from,to)

Arguments

from
An object of class Genome_intervals
to
a character string; either RangedData or GRangesList

Value

  • [object Object]

See Also

Examples

Run this code
annot<-readGff3(system.file("extdata",
                            "Dmel-mRNA-exon-r5.52.gff3",
                            package="RnaSeqTutorial")
gAnnot<-as(annot,"RangedData") type(annot)

Run the code above in your browser using DataLab